guile-json software package provides JSON module for Guile, you can install in your Ubuntu 16.10 (Yakkety Yak) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install guile-json
guile-json is installed in your system.
Make ensure the guile-json package were installed using the commands given below,
$ sudo dpkg-query -l | grep guile-json *
You will get with guile-json package name, version, architecture and description in a table
| Distro | Ubuntu 16 10 yakkety yak |
| Section | Lisp |
| Package | guile-json |
| Version | 0.4.0-1 |
| Description | JSON module for Guile |
| Sub Section | lisp |